*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
 body{
    min-width: 1200px;
}
a{
    text-decoration: none;
}

/* 主体内容 */
.content{
    width: 1200px;
    /* height: 2500px; */
    /* background-color: pink; */
    margin: 0 auto;
    margin-top:30px;
}
/* 第一个盒子 */
.content .content_box1{
    width: 1200px;
    height: 400px;
    /* background-color: rgb(226, 33, 33); */
}
.content .content_box1 .content_box1_left{
    width: 500px;
    height: 400px;
    float: left;
    display:inline;
    margin-bottom: 50px;
    /* background-color: rgb(24, 165, 226); */
}
.content .content_box1 .content_box1_right{
    width: 680px;
    height: 400px;
    float: right;
    display:inline;
    margin-bottom: 50px;
    /* background-color: rgb(159, 252, 10); */
}
.content .content_box1 .content_box1_right .right_top h2,p{
    text-align: center;
}
.content .content_box1_right .right_middle .zwgk_img{
    margin-top: 10px;
    width: 680px;
    height: 148px;
}
.zwgk_img1,.zwgk_img2,.zwgk_img3,.zwgk_img4,.zwgk_img4,.zwgk_img5,.zwgk_img6,.zwgk_img7{
    width: 166px;
    height: 70px;
    display:inline;
}
.zwgk_img1 img,.zwgk_img2 img,.zwgk_img3 img,.zwgk_img4 img,.zwgk_img4 img,.zwgk_img5 img,.zwgk_img6 img,.zwgk_img7 img{
    width: 166px;
    height: 70px;
}
.content .content_box1_right .right_middle .zxgz_img{
    margin-top: 10px;
    width: 680px;
    height: 70px;
}
.zxgz_img1,.zxgz_img2,.zxgz_img3,.zxgz_img4{
    width: 166px;
    height: 70px;
    display:inline;
}
.zxgz_img1 img,.zxgz_img2 img,.zxgz_img3 img,.zxgz_img4 img{
    width: 166px;
    height: 70px;
}
/* 第二个盒子 */
.content_box2{
    width: 100%;
    height: 350px;
    /* background-color: antiquewhite; */
    clear: both;
    display: flex;
    justify-content: space-between;
}
.content_box2 .content_box2_left{
    width: 250px;
    height: 350px;
    /* background-color: rgb(15, 213, 84); */
    
}
.content_box2 .content_box2_left img{
    width: 117%;
    margin-left:-20px;
}
.content_box2 .content_box2_left ul{
    width: 250px;
    height: 264.5px;
    list-style: none;
}
.content_box2 .content_box2_left ul li{
    width: 250px;
    height: 45px;
    margin: 7px 0;
    background-color: #eeeeee;
    
}
.content_box2 .content_box2_left ul li a{
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #444444;
    font-weight: bold;
    display:inline-block;
}

.content_box2 .content_box2_middle{
    width: 450px;
    height: 350px;
    /* background-color: rgb(21, 204, 250); */
}
.content_box2 .content_box2_middle .news_area1{
    height: 80px;
    line-height: 80px;
    background-color: #eeeeee;
    display:flex;
    width:100%;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: 900;   
}
.content_box2 .content_box2_middle .news_area1 a{
    color:#444444;
}
.content_box2 .content_box2_middle .news_area1 .hover{
    text-align:center;
    font-size:25px;
    border-bottom: 3px solid #bd0002;
    padding-bottom: 5px;
    color: #bd0002;

}
.content_box2 .content_box2_middle .news_area1 .hover a{
    color:#bd0002;
}
.content_box2 .content_box2_middle .news_area1 .more{
    width: 60px;
    height: 80px;
    float: left;
    cursor:pointer;
    /* padding-top: 6%; */
    text-align: center;
    font-size: small;
}
.content_box2 .content_box2_middle .news_area1 .more a{
    color: #888888;
}


.content_box2 .content_box2_right{
    width: 450px;
    height: 350px;
    /* background-color: rgb(246, 30, 242); */
}
.content_box2 .content_box2_right .news_area2{
    height: 80px;
    line-height: 80px;
    background-color: #eeeeee;
    display:flex;
    width:100%;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    font-weight: 900;   
}
.content_box2 .content_box2_right .news_area2 a{
    color:#444444;
}
.content_box2 .content_box2_right .news_area2 .hover{
    text-align:center;
    font-size:25px;
    border-bottom: 3px solid #bd0002;
    padding-bottom: 5px;
    color: #bd0002;

}
.content_box2 .content_box2_right .news_area2 .hover a{
    color:#bd0002;
}
.content_box2 .content_box2_right .news_area2 .more{
    width: 40px;
    height: 80px;
    float: left;
    cursor:pointer;
    /* padding-top: 12%; */
    text-align: center;
    font-size: small;
}
.content_box2 .content_box2_right .news_area2 .more a{
    color: #888888;
}
.news_con{
    width: 90%;
    height:235px;
    margin-left: 30px;
    margin-top: 10px;
}
.news_con ul li{
    line-height: 2;
    color: #505050;
    margin-bottom: 24px;
    cursor:pointer;
}
.news_con ul li span{
    right:0px;
    float:right;
}
.news_con ul li a{
    text-decoration: none;
    color:#505050;
}
.mt30 ul li{
    line-height: 2;
    color: #505050;
    margin-bottom: 24px;
    cursor:pointer;
}
.mt30 ul li span{
    right:0px;
    float:right;
}
.mt30 ul li a{
    text-decoration: none;
    color:#505050;
}
.conone{
    width:400px;
    height:235px;
    /* margin-left:30px;
    margin-top:35px; */
}
/* 第三个盒子 */
.content_box3{
    width: 1200px;
    height: 304px;
    margin-top: 50px;
    /* background-color: rgb(174, 212, 34); */
}
.content_box3 .content_box3_left{
    width: 250px;
    height: 304px;
    float: left;
    /* background-color: #ff8731; */
}
.content_box3_left ul li{
    list-style: none;
    margin-bottom: 10px;
}
.content_box3_left ul li a img{
    width: 250px;
}
.content_box3 .content_box3_right{
    width: 920px;
    height: 304px;
    float: right;
    /* background-color: rgb(232, 244, 13); */
}
.content_box3 .content_box3_right .top{
    width: 920px;
    height: 80px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;/* 上下居中 */
}
.content_box3 .content_box3_right .top .ztc{
    width: 235px;
    height: 45px;
    line-height: 45px;
    padding-left: 60px;
    color: #bd0002;
    font-size: 25px;
    font-weight: 900;
    margin-left: 25px;
    cursor:pointer;
    background: url(/new-image/myzt.png) no-repeat -10px -10px;
}
.content_box3 .content_box3_right .top .wyxx{
    width: 125px;
    height: 30px;
    cursor:pointer;
    line-height: 30px;
    padding-left: 35px;
    margin-left: 45%;
    color: #888888;
    background: url(/new-image/write.png) no-repeat -10px -10px;
    /* background-color: #ff8731; */
}
.content_box3 .content_box3_right .top .ckgd{
    width: 125px;
    height: 30px;
    cursor:pointer;
    line-height: 30px;
    padding-left: 35px;
    color: #888888;
    background: url(/new-image/check.png) no-repeat -10px -10px;
    /* background-color: #37880e; */
}
.bottom{
    width: 920px;
    height: 224px;
    background: url(/new-image/line.png) no-repeat;
    background-position:0px 50px;
    background-size: 920px;
    margin-top:10px;
}

/* 边框 */
/* table,td{
    border: solid 1px red;
    border-collapse: collapse;
} */
table{
    width: 870px;
    margin: 0 auto;
}
table tr:nth-of-type(1) td{
    /* height: 50px; */
    color: #0a70c4;
    font-size:20px;
    font-weight: bold;
}
table tr:nth-of-type(1) td:nth-of-type(n+2){
    text-align: center;
}
table tr:nth-of-type(n+2) td:nth-of-type(n+2){
    text-align: center;
    color: #505050;
}
table tr:nth-of-type(n+2) td:nth-of-type(1){
    height: 40px;
    color: #505050;
}


/* 第四个盒子 */
.content_box4{
    width: 1200px;
    height: 150px;
    margin-top:50px;
    /* background-color: #ff8731; */
}
/* .content_box4 .pic_area{
    width: 1200px;
    height: 100px;
    background-color: #31ffe0;
} */

/* .content_box4 .pic_area swiper-slide{
    float: left;
    margin-top: 5%;
    margin-right: 20px;
} */
/* 第五个盒子：价值观 */
.content_box5{
    
    width: 1200px;
    height: 130px;
    margin-top:-20px;
}
.content_box5 img{
    
    width: 1200px;
}
/* 第六个盒子 */
.content_box6{
    width: 1200px;
    /* margin-top: 50px; */
}
/* 第七个盒子：分割线 */
.content_box7{
    width: 1200px;
}
.content_box7 img{
    width: 1200px;
    margin-top: 50px;
}
/* 第八个盒子：链接 */
.content_box8{
    width: 1200px;
    height: 170px;
    margin-top: 10px;
    background-size: 770px 130px;
    background:url(/new-image/jz.png) no-repeat bottom right;
}
.content_box8 a{
    color: black;
    line-height: 2;
}

/* 轮播图*/
.focus {width:500px;height: 400px;margin:0px auto;position: relative;overflow:hidden;}
.focus .num {overflow:hidden;height: 15px;position: absolute;bottom:9px; right: 0px; zoom:1; z-index:3 }
.focus .num li{width: 16px;height: 15px;line-height: 15px;text-align: center; font-weight: 400; font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;; color: #FFFFFF;background: #a9a9a9; margin-right: 10px;  cursor:pointer; float: left; text-indent:-9999px;}
.focus .num li.on { background: #fff;}/*当前项*/

.focus .prev,
.focus .next{display: none; width: 40px; height: 100px; background: url(/new-image/jdt_btn.png) no-repeat; position: absolute; top: 150px;}
.focus .prev{left: 0; }
.focus .next{right: 0;background-position: right }

.focuspic{ position:relative;}
.focuspic img{ position:relative;}
/*.bg{background:#000;position:absolute;height:50px;top:310px;z-index:2;width:650px;line-height:50px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;left: -1px;}*/
.focus_content{position:absolute;height:200px;width:500px;z-index:0;padding-left:5px; background-color: rgba(83,83,83,1); margin-top:-40px; }
.focus_content{position:absolute;width:500px;z-index:3;padding-left:5px;background-color: rgba(83,83,83,1);}
.focus_content:hover{text-decoration:none; color:#fff}
.focus_content a{color:#fff; font-size:18px; line-height:40px; text-decoration:none; font-weight:normal; padding-left: 5px;}


.focus2 {
    width:270px;
    height:265px;
    overflow:hidden;
    position:relative;
    float:left;
    margin-top:10px;
}
.focus3 {
    width:270px;
    height:265px;
    overflow:hidden;
    position:relative;
    float:left;
    margin-top:10px;
}
.focus4 {
    width:270px;
    height:265px;
    overflow:hidden;
    position:relative;
    float:left;
    margin-top:10px;
}
.focus_one{
    width:600px;
    height: 240px;
    margin-top:10px;
    display: flex;
    flex-direction: row; 
    margin-left:-20px;
}

.mt30{
    width:450px;
    height: 240px;
    margin-top:10px;
    margin-left:30px;
    /* margin: 30px 30px 0 30px; */
    
}
.mt30 .mt30_left{
    width: 45%;
    height: 240px;
    float: left;
    background-color: #eeeeee;
}
.mt30 .mt30_right{
    width: 310px;
    height: 240px;
    float: right;
    margin-left:30px;
   
}
.mt30 .mt30_right ul li{
    line-height: 2;
    color: #505050;
    margin-bottom: 24px;
    cursor:pointer;
}
.mt30 .mt30_right ul li span{
    right:0px;
    float:right;
}
.mt30 .mt30_right ul li a{
    text-decoration: none;
    color:#505050;
}
.mt30 .mt30_right img{
    width:100%;
    height:100%
}
            #div_zscd .ul_art_row_older{
				display: flex;
                justify-content: space-between;
                align-content: center;
                padding: 20px 0;
            }

            #div_zscd .li_art_title_older{
                padding: 0px;
				margin: 0px;
				display: flex;
                width: 930px;
                justify-content: space-between;
                align-content: center;
                font-size: 36px;
                color: #666666;
            }

            #div_zscd .li_art_title_older a:hover{
                color: rgb(189,0,2)   
            }


            #div_zscd li {
				padding: 0px;
				margin: 0px;
				list-style: none;
				height: 50px;
				line-height: 50px;
                font-size:50px;
			}

			#div_zscd .ul_art_row {
				padding: 0px;
				margin: 0px;
				width: 450px;
				clear: both;
				float: none;
			}

            #div_zscd .li_art_img_older {
				text-align: center;
				color: #666666;
                margin-top:-4px;
                font-size: 104px;
			}

			#div_zscd .li_art_img {
				float: left;
				text-align: center;
				/* width: 15px; */
				color: #666666;
                margin-top:-4px;
			}

			#div_zscd .li_art_title {
				float: left;
				width: 300px;
			}

			#div_zscd .li_art_title a {
				float: left;
				font-size: 16px;
                color: #505050;
			}

			#div_zscd .li_art_title a:hover {
				/* font-size: 14px; */
				text-decoration: none;
			}

			#div_zscd .li_art_date {
				width: 100px;
				/* text-align: right; */
				float: right;
				color: #666666;
				font-size: 16px;
                right:0px;
			}

            #div_zscd .li_art_date_order {
			color: #666666;
			font-size: 36px;
            right:0px;
			}



            .hm{
    position: relative;
}
.hm .img1{
    vertical-align: middle;
    margin-left:100px;
}
.hm .img6{
    position:absolute;
    display: none;
    margin-top:-108px;
}
.hm:hover .img6{
    display: block;
}

.hmgzh{
    position: relative;
}
.hmgzh .img2{
    vertical-align: middle;
    margin-left:100px;
}
.hmgzh .img7{
    position:absolute;
    display: none;
    margin-top:-100px;
}
.hmgzh:hover .img7{
    display: block;
}


.xy{
    position: relative;
}
.xy .img3{
    vertical-align: middle;
    margin-left:100px;
}
.xy .img8{
    position:absolute;
    display: none;
    margin-top:-100px;
}
.xy:hover .img8{
    display: block;
}


.yss{
    position: relative;
}
.yss .img4{
    vertical-align: middle;
    margin-left:100px;
}
.yss .img9{
    position:absolute;
    display: none;
    margin-top:-100px;
}
.yss:hover .img9{
    display: block;
}



.yst{
    position: relative;
}
.yst .img5{
    vertical-align: middle;
    margin-left:100px;
}
.yst .img10{
    position:absolute;
    display: none;
    margin-top:-100px;
}
.yst:hover .img10{
    display: block;
}
